home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / SCTRPATH.DOC < prev    next >
Text File  |  1993-04-19  |  1KB  |  34 lines

  1.  
  2.                     Scan Bindery Object Trustee Paths
  3.  
  4.     This function returns a path on the specified volume where the
  5.     specified Object ID is a trustee.
  6.  
  7.     Function 23 (17h)
  8.   
  9.     Request Buffer
  10.  
  11.         Offset  Request Packet Contents         Bytes   Remarks
  12.         ------  ---------------------------     -----   -------
  13.         0       Sub-function Structure Len      2       Length
  14.         2       71 (47h)                        1
  15.         3       Volume Number                   1
  16.         4       Last Sequence Number            2
  17.         6       Object ID                       4
  18.  
  19.     Reply Buffer
  20.  
  21.         Offset  Reply Packet Contents           Bytes   Remarks
  22.         ------  ---------------------------     -----   -------
  23.         0       Next Sequence Number            2
  24.         2       Object ID                       4
  25.         6       Trustee Access Mask             1
  26.         7       Directory Path Length           1
  27.         8       Directory Path                  var     Dir. Path Length
  28.  
  29.     This call can be used iteratively to get all paths on a specified
  30.     volume where the Object ID appears in a directory's trustee list. 
  31.     The Last Sequence Number should initially be set to -1, and should
  32.     be set to the value returned in Next Sequence Number for subsequent
  33.     calls.
  34.